# cd engine # if needed
from engine.features import *
from engine.train import *
from engine.predict import *
plot과 MAPE 출력된 순서대로
결과를 보여준다.
run_models()
8월 기준으로 cross validation 한 결과는 아래와 같다.
Plot 및 MAPE 출력 순서는 위에 언급된 순서와 같다.
cross_validation([8])
robust_cross_validation()
wd_predicted, wk_predicted = predict()
submitted = submission(wd_predicted, wk_predicted)
print(submitted.shape)
submitted.head(7)
2020년 6월 편성표 raw data에 '취급액' 컬럼으로 취급액 예측값이 삽입되었다.